From: Eli Zaretskii Date: Sat, 21 Aug 2021 14:15:43 +0000 (+0300) Subject: ; Fix Texinfo markup of a recent change X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~1629 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=28019ccf0ce035f4dd842375594da1380b09e806;p=emacs.git ; Fix Texinfo markup of a recent change * doc/lispintro/emacs-lisp-intro.texi (count-words-in-defun): Fix last change. --- diff --git a/doc/lispintro/emacs-lisp-intro.texi b/doc/lispintro/emacs-lisp-intro.texi index dc182a7a454..7933ebe58c2 100644 --- a/doc/lispintro/emacs-lisp-intro.texi +++ b/doc/lispintro/emacs-lisp-intro.texi @@ -14651,7 +14651,7 @@ Let's re-use @kbd{C-c =} as a convenient keybinding: Now we can try out @code{count-words-defun}: install both @code{count-words-in-defun} and @code{count-words-defun}, and set the keybinding. Then copy the following to an Emacs Lisp buffer (like, -for instance, @samp{*scratch*}), place the cursor within the +for instance, @file{*scratch*}), place the cursor within the definition, and use the @kbd{C-c =} command. @smallexample